home *** CD-ROM | disk | FTP | other *** search
/ Amiga Tools 5 / Amiga Tools 5.iso / tools / developer-tools / aros / gnu / bin.todo / cvs.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  1996-07-16  |  158 b   |  14 lines

  1. #!/bin/sh
  2. # $Id$
  3. # $Log$
  4.  
  5. # CVS script - uses RCS to implement something like CVS until a version is
  6. #        available for Amiga
  7.  
  8.  
  9.  
  10. case "$1" do
  11.     commit)
  12.  
  13. esac
  14.